crypto/x509.potentialParent.cert (field)
11 uses
crypto/x509 (current package)
cert_pool.go#L126: cert *Certificate
verify.go#L910: if candidate.cert.PublicKey == nil || alreadyInChain(candidate.cert, currentChain) {
verify.go#L923: if err := c.CheckSignatureFrom(candidate.cert); err != nil {
verify.go#L926: hintCert = candidate.cert
verify.go#L931: err = candidate.cert.isValid(certType, currentChain, opts)
verify.go#L935: hintCert = candidate.cert
verify.go#L944: hintCert = candidate.cert
verify.go#L952: chains = append(chains, appendToFreshChain(currentChain, candidate.cert))
verify.go#L955: childChains, err = candidate.cert.buildChains(appendToFreshChain(currentChain, candidate.cert), sigChecks, opts)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |